.show-imp{
  display: block !important;
}
.show-imp .qw3-text{
  display: block !important;
}
#send-result-polzunok{
  width: 150px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 15px;
}
.send-result-polzunok_wrap label{
  font-size: 15px;
}
.send-result-polzunok_wrap .qw3-text-title{
  font-size: 15px;
  width: auto;
  margin-right: 10px;
}
#number-slider {
  margin-bottom: 4rem;
  margin-top: 20px;
}

.ui-widget-content {
  border-radius: 3px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: #FF3131;
  border: none;
  height: 7px;
  position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
}

.ui-slider-handle {
  position: relative;
  outline: none;
  top: -1.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  cursor: pointer;
  background: #f5ae08;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f5ae08), color-stop(100%, #f9ca0c));
  background: -webkit-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -o-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5ae08), to(#f9ca0c));
  background: linear-gradient(to right, #f5ae08 0%, #f9ca0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae08', endColorstr='#f9ca0c', GradientType=1);
  background: #FF3131;
}

.ui-slider-handle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}

.ui-widget-header {
  border-radius: 3px;
  background: -webkit-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -webkit-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: #52d132;
  -webkit-box-shadow: inset 0px 3px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.inputDiv-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.quesbox__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.quesbox__form{
  width: 300px;
}
.quesbox__input{
  width: 100%;
/*  height: 45px;*/
  margin-bottom: 15px;
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 15px;
  line-height: 28px;
  padding-left: 40px;
/*  color: #a2a2a2;*/
}
/*.select2-container .select2-selection--single{
  height: 45px;
}*/
.select2-results__option--selectable{
  color: #333;
  font-size: 14px;
}
.js-example-basic-single{
  width: 100%;
  height: 40px;
  padding-left: 40px;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  height: 34px;
}


.quesbox__image{
  width: calc(100% - 350px);
  border-radius: 10px;
  overflow: hidden;
}
.quesbox__image img{
  display: block;
  width: 100%;
}
.quesbox__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quesbox__from, .quesbox__to{
  position: relative;
}
.quesbox__from:before, .quesbox__to:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 3px solid #FF3131;
  z-index: 2;
}
.quesbox__date{
  width: 69%;
  position: relative;
}
.quesbox__date:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/cal.svg);
  background-size: 100% 100%;
  z-index: 3;
}
.quesbox__date_input{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}
.quesbox__date_input::placeholder{
  color: #a2a2a2;
}
.quesbox__amount{
  width: 28%;
  position: relative;
}
.quesbox__amount:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/user.svg);
  background-size: 100% 100%;
  z-index: 3;
}
.quesbox__amount input{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}

.quesbox__speclabel{
  display: block;
  font-size: 13px;
  color: #a2a2a2;
  margin-bottom: 5px;
}
.quesbox__fieldinput{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 30px;
  padding-right: 30px;
}
.quesbox__fieldinput::placeholder{
  color: #a2a2a2;
}

.footer__links{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link{
  display: block;
  width: 35px;
  margin: 0 3px;
}
.footer__link img{
  display: block;
  width: 100%;
}

.mainlogo{
/*  text-align: center;*/
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainlogo img{
  display: block;
  width: 150px;
  margin-right: 20px;
/*  border-radius: 50%;*/
}
.mainlogo span{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.mainlogo span b{
  color: #f5a313;
  font-size: 50px;
  color: #FF3131;
}


.onlytext .label-qw1{
  padding: 1vw;
  border: 1px solid #d8d8d8;
  border: 1px solid #000;
  border-radius: 5px;
}

.onlytext .label-qw1.withinp{
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
.insideinp{
  padding-left: 0.5vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}

/*.withinp{
  width: 50%;
  position: relative;
}*/
.withinp__descr{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.quessubtitle{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2vw;
  padding-left: 2.5rem;
}

.footer{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
}


.quesinfo{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quesinfo p{
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
.quesinfo input{
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  width: 250px;
  max-width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 0;
}
.quesinfo input::placeholder{
  color: #a4a4a4;
}



@media (max-width: 768px){
  .mainlogo{
    flex-direction: column;
    text-align: center;
  }
  .mainlogo span b{
    font-size: 36px;
  }
  .mainlogo img{
    width: 150px;
  }
  .mainlogo span{
    font-size: 18px;
  }
  .quesbox__image{
    width: 100%;
    margin-bottom: 15px;
  }
  .onlytext .label-qw1{
    padding: 2vw;
  }
  .onlytext .label-qw1.withinp{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .insideinp{
    padding: 1vw;
  }
  
  .quessubtitle{
    font-size: 13px;
    margin-bottom: 2rem;
  }
}



.cars{
  padding: 80px 0 260px;
  overflow: hidden;
  background: url(../../img/bg-4.jpg) center top/cover no-repeat;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
}
.cars__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cars__box .slick-slide{
  margin: 0 10px;
}
.cars__box .slick-list{
  margin: 0 -10px;
}
.cars__box .slick-prev,
.cars__box .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
  background-color: #FF3131;
  text-indent: 9999px;
  border: 0;
  cursor: pointer;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.cars__box .slick-prev{
  left: -20px;
  background-image: url(../../img/prev.svg);
}
.cars__box .slick-next{
  right: -20px;
  background-image: url(../../img/next.svg);
}
.cars__item{
/*  width: 24%;*/
  overflow: hidden;
  height: 300px;
}
.cars__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__box_2 .cars__item{
  height: auto;
}
.cars__box_2 .cars__item img{
  height: auto;
  width: 100%;
  display: block;
  object-fit: initial;
}

.prev-test{
  margin-right: 15px;
}





@media (max-width: 768px){
  .cars{
    padding: 80px 0 500px;
  }
  .cars__item{
    width: 49%;
    margin-bottom: 2%;
    height: 250px;
  }
  .cars__box_2 .cars__item{
    height: auto;
  }

}

.test{
  position: relative;
  background: url(../../img/bg-2.jpg) center center/cover no-repeat;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
}

.container.big{
  position: relative;
  z-index: 2;
}

.block__shadow{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transform: translateY(50%);
  z-index: 1;
}
/*.block__shadow2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
}*/
.fscreen{
  position: relative;
  padding-bottom: 100px;
  background: url(../../img/bg.jpg) center center/cover no-repeat;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
}

.fscreen__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 0;
  margin-bottom: 10px;
}
.fscreen__logo{
  width: 160px;
}
.fscreen__headerright{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fscreen__logo img{
  display: block;
  width: 100%;
/*  box-shadow: 0px 4px 30px 0px #FF3131;*/
/*  border-radius: 50%;*/
}
.fscreen__call{
  background: #F9F9F9;
  border-radius: 10px;
  color: #2A2829;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid #FF3131;
  padding: 23px 35px;
}
.fscreen__title{
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 10px #FF3131;
  text-shadow: 0 4px 10px #000;
  font-size: 54px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}
.fscreen__subtitle{
  text-shadow: 0 4px 10px #FF3131;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
}
.fscreen__title:before{
  content: "";
  background: #FF3131;
  height: 3px;
  width: 800px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
.fscreen__flags{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.fscreen__flags img{
  width: 115px;
  margin: 0 50px;
  box-shadow: 0px 4px 20px 0px #FF3131;
  border-radius: 12px;
}
.fscreen__controls{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.fscreen__btn{
  color: #F9F9F9;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  background: #2A2829;
  border: 2px solid #FF3131;
  padding: 23px 35px;
}
.fscreen__text{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-left: 20px;
}

.whyus{
  position: relative;
  padding: 165px 0;
  background: url(../../img/bg-3.jpg) center center/cover no-repeat;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
}
.whyus__title{
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 90px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.whyus__box{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.whyus__item{
  width: 31%;
  border-radius: 10px;
  background: #2A2829;
  border: 2px solid #FF3131;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  min-height: 90px;
  padding-left: 15px;
}
.whyus__item img{
  width: 80px;
  margin-right: 12px;
}
.whyus__item span{
  font-size: 20px;
  color: #fff;
  flex: 1;
}

.footerphonebox{
  border: 2px solid #FF3131;
  background: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 25vw;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.footerphonebox .phone-block-label{
  width: 100%;
  font-size: 20px;
  margin-bottom: 8px;
}
.footerphonebox .phone-wrap{
  margin: 0 15px;
  margin: 0;
  width: 15vw;
  width: 17.7vw;
}
.footerphonebox .phone-wrap img{
  width: 20px;
  margin-right: 10px;
}
.footerphonebox .phone-wrap .number{
  font-size: 1.6vw;
  color: #FFBD59;
}
.footer__bott{
  border-top: 2px solid #FF3131;
}
.footer__bott p{
  text-align: center;
  color: #907e82;
  font-size: 14px;
  line-height: 186%;
  letter-spacing: 0.02em;
}

@media (max-width: 768px){
  .fscreen__logo{
    width: 100px;
  }
  .fscreen__call{
    font-size: 16px;
    padding: 20px 20px;
  }
  .fscreen__title{
    font-size: 30px;
  }
  .fscreen__title br{
    display: none;
  }
  .fscreen__subtitle{
    font-size: 28px;
    line-height: 1.4;
  }
  .fscreen__title:before{
    width: 300px;
    bottom: -26px;
  }
  .fscreen__flags img{
    width: 55px;
    margin: 0 7px;
  }
  .fscreen__controls{
    flex-wrap: wrap;
  }
  .fscreen__text{
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .fscreen__btn{
    font-size: 20px;
  }
  .btn-text{
    font-size: 1.5rem;
  }
  .whyus__title{
    text-align: center;
    font-size: 30px;
  }
  .cars .test__title{
    font-size: 3rem;
  }
  .footer__item{
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .phone-block-label{
    font-size: 1.5rem;
  }
  .whyus{
    padding: 125px 0;
  }
  .whyus__title{
    margin-bottom: 70px;
  }
  .whyus__item{
    width: 100%;
    margin-bottom: 30px;
    &:last-child{
      margin-bottom: 0;
    }
  }
  .footerphonebox{
    width: 100%;
    padding: 3vw;
  }
  .footerphonebox .phone-wrap .number{
    font-size: 4.5vw;
  }
  .footerphonebox .phone-wrap{
    width: 56vw;
    margin-bottom: 0.5vw;
  }
}


.fscreen__spectitle{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fscreen__spectitlebox{
  border-radius: 12px;
  background: rgba(255,255,255,0.7);
  padding: 10px 100px 8px;
}
.fscreen__spectitle span{
  font-size: 70px;
  font-weight: 400;
  color: #FF5757;
  font-family: 'Gagalin';
  letter-spacing: 2px;
  line-height: 1.2;
}
.fscreen__spectitle p{
  font-size: 46px;
  font-weight: 400;
  color: #2A2829;
  font-family: 'Gagalin';
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.2;
}
.fscreen__advs{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 40px;
}
.fscreen__adv{
  padding-left: 14px;
  position: relative;
  width: 270px;
  margin-right: 40px;
}
.fscreen__adv:last-child{
  margin-right: 0;
}
.fscreen__advinside{
  padding: 12px 24px;
  border-radius: 8px;
  background: #2A2829;
}
.fscreen__advicon{
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: rgb(13, 166, 13);
  box-shadow: 0px 6px 12px 0px rgba(13, 166, 13, 1);
}
.fscreen__advicon img{
  width: 70%;
  transform: rotate(-45deg);
}
.fscreen__advtext{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;

}
.fscreen__advtext span{
  color: rgb(13, 166, 13);
}


.footerleftside{
  text-align: center;
}
.footerleftside span{
  font-size: 30px;
  font-weight: 400;
  color: #FF5757;
  font-family: 'Gagalin';
  letter-spacing: 2px;
  line-height: 1.2;
}
.footerleftside p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: 'Gagalin';
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.2;
}

.sidesoc{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
}
.sidesoc .footer__link{
  margin: 0 0 6px;
}

@media (max-width: 767px){
  .sidesoc .footer__link{
    width: 30px;
  }
  .fscreen__spectitlebox{
    padding: 10px 20px 8px;
  }
  .fscreen__spectitle span{
    font-size: 50px;
  }
  .fscreen__spectitle p{
    font-size: 30px;
  }
  .fscreen__advs{
    flex-direction: column;
  }
  .fscreen__adv{
    margin: 0 0 10px;
  }
}


.menu{
  width: 40px;
  cursor: pointer;
  margin-left: 10px;
}
.menu img{
  display: block;
  width: 100%;
}
.specmenu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.9);
}
.specmenu__close{
  width: 25px;
  position: absolute;
  right: 40px;
  top: 40px;
}
.specmenu__close img{
  display: block;
  width: 100%;
}
.specmenu__menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

}
.specmenu__title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #fff;
}
.specmenu__line{
  display: block;
  margin: 20px 0;
  background: #C61111;
  height: 2px;
  width: 40px;
}
.specmenu__link{
  display: inline-block;
  color: #fff;
  font-size: 16px;
}














